From: Laszlo Boszormenyi (GCS) Date: Tue, 2 Dec 2025 18:03:25 +0000 (+0100) Subject: do not use bundler as per Ruby policy X-Git-Tag: archive/raspbian/0.22.0-3+rpi1^2~16 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//%22mailto:kde%40ewsoftware.de/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22?a=commitdiff_plain;h=8c5246b8c017e80f44e23a5557751b31826a86d6;p=thrift.git do not use bundler as per Ruby policy Bug-Debian: https://bugs.debian.org/804668 Last-Update: 2019-10-23 Gbp-Pq: Name no_bundler_use.patch --- diff --git a/lib/rb/Makefile.am b/lib/rb/Makefile.am index ab5d903..e312d10 100644 --- a/lib/rb/Makefile.am +++ b/lib/rb/Makefile.am @@ -22,20 +22,24 @@ DESTDIR ?= / if HAVE_BUNDLER all-local: - $(BUNDLER) install - $(BUNDLER) exec rake build_ext + echo Do not use bundler for all-local +# $(BUNDLER) install +# $(BUNDLER) exec rake build_ext install-exec-hook: - $(BUNDLER) exec rake install + echo Do not use bundler for install-exec-hook +# $(BUNDLER) exec rake install clean-local: - $(BUNDLER) install - $(BUNDLER) exec rake clean + echo Do not use bundler for clean-local +# $(BUNDLER) install +# $(BUNDLER) exec rake clean $(RM) -r spec/gen-rb/ check-local: all - $(BUNDLER) install - $(BUNDLER) exec rake + echo Do not use bundler for check-local +# $(BUNDLER) install +# $(BUNDLER) exec rake endif diff --git a/test/rb/Makefile.am b/test/rb/Makefile.am index 9c5d557..3c31364 100644 --- a/test/rb/Makefile.am +++ b/test/rb/Makefile.am @@ -26,8 +26,9 @@ precross: stubs check: stubs if HAVE_BUNDLER - $(BUNDLER) install - $(BUNDLER) exec $(RUBY) -I. test_suite.rb + echo Do not use bundler for check +# $(BUNDLER) install +# $(BUNDLER) exec $(RUBY) -I. test_suite.rb endif clean-local: